home *** CD-ROM | disk | FTP | other *** search
/ Champak 54 / Vol 54.iso / games / totallys.swf / scripts / frame_153 / DoAction.as
Encoding:
Text File  |  2007-09-28  |  165 b   |  11 lines

  1. _root.level = 2;
  2. _root.nmax = 8;
  3. i = 1;
  4. while(nmax >= i)
  5. {
  6.    _root["popc" + i].pophit._visible = 0;
  7.    i++;
  8. }
  9. _root.score.gotoAndPlay("rescore");
  10. stop();
  11.